@charset "UTF-8";
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.orange {
  color: #ec6536 !important; }

.red {
  color: #e60012; }

.green {
  color: #019865; }

.white {
  color: #fff; }

a {
  color: #333333; }

a:hover {
  text-decoration: none !important; }

img {
  display: block;
  width: 100%; }

.clearfix {
  zoom: 1; }

.wapper {
  width: 1200px !important;
  margin: 0px auto;
  overflow: hidden; }

.overvisible {
  overflow: visible !important; }

.wapper-out {
  width: 100%;
  min-width: 1200px; }

.pr {
  position: relative; }

.pa {
  position: absolute; }

.pl20 {
  padding-left: 20px; }

.pr20 {
  padding-right: 20px; }

.border-dashed-r {
  border-right: 1px dashed #cacaca; }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:visited, .btn:active {
    text-decoration: none;
    outline: 0;
    color: #FFFFFF; }
  .btn.btn-orange {
    color: #FFFFFF;
    background-color: #ec6536;
    border-color: #ec6536; }
  .btn.btn-green {
    color: #FFFFFF;
    background-color: #019865;
    border-color: #019865;
    font-family: 微软雅黑;
    padding: 10px 50px; }
  .btn.default {
    color: #666666;
    background-color: #c2cad8;
    border-color: #c2cad8; }

.btn-block {
  display: block;
  width: 100%; }

.error_t {
  color: #ec6536;
  height: 20px;
  line-height: 20px;
  margin: 5px 0; }

.error {
  height: 20px;
  line-height: 20px;
  color: #ec6536;
  display: block;
  overflow: hidden;
  font-size: 12px; }

@font-face {
  font-family: 'iconfont';
  src: url("../fonts/iconfont.eot");
  /* IE9*/
  src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg");
  /* iOS 4.1- */ }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

/* header */
.visible {
  overflow: visible; }

.top-nav {
  background-color: #f5f5f5;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e5e5e5; }
  .top-nav ul li {
    float: left;
    margin-right: 10px; }
    .top-nav ul li a {
      color: #666;
      display: block;
      text-align: center; }
      .top-nav ul li a img {
        width: 27px;
        height: 27px;
        margin: 6px 5px 0 0;
        border-radius: 50%;
        display: inline-block;
        vertical-align: top !important; }
      .top-nav ul li a:hover {
        color: #ec6536; }
    .top-nav ul li em {
      color: #999; }
    .top-nav ul li .dropdown {
      background-color: #fff;
      width: 120px;
      padding: 5px;
      border: 1px solid #c8c8c8;
      position: absolute;
      z-index: 200;
      top: 40px;
      left: -25px;
      display: none; }
      .top-nav ul li .dropdown img {
        width: 120px;
        height: 120px;
        display: block; }
    .top-nav ul li .user_info {
      background: #ffffff;
      display: none;
      overflow: hidden;
      position: absolute;
      top: 40px;
      left: -10px;
      border: 1px solid #cfcfcf;
      padding: 10px;
      z-index: 999;
      width: 70px; }
      .top-nav ul li .user_info li {
        float: left;
        margin-right: 0;
        line-height: 30px;
        height: 30px;
        width: 70px;
        padding: 0;
        border-bottom: 1px dashed #d7d7d7;
        overflow: hidden; }
        .top-nav ul li .user_info li a:hover {
          color: #ec6536; }
  .top-nav ul .dropmenu:hover .dropdown {
    display: block; }
  .top-nav ul .user:hover .user_info {
    display: block; }

.search-box {
  margin-left: 130px; }

.contact-phone {
  margin-top: 40px;
  width: 150px; }
  .contact-phone .phone-img {
    width: 40px;
    height: 40px;
    background-size: 40px;
    background-image: url("../images/phone.png");
    display: inline-block; }
  .contact-phone .contact-phone-nums {
    height: 40px;
    line-height: 20px; }
    .contact-phone .contact-phone-nums .nums {
      color: #4ccc6d;
      font-size: 14px;
      font-family: 微软雅黑; }
    .contact-phone .contact-phone-nums .name {
      color: #666;
      font-size: 12px;
      font-family: 微软雅黑; }

.head-search {
  border: 2px #019865 solid;
  height: 36px;
  position: relative;
  width: 528px; }
  .head-search #search-select {
    background-position: right -245px;
    background-color: #fff;
    width: 60px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    cursor: pointer;
    position: relative;
    font-size: 14px; }
    .head-search #search-select .select-icon {
      position: absolute;
      left: 50px; }
    .head-search #search-select .action-select {
      display: none;
      background: #fff;
      border: 2px solid #019865;
      border-top: 0px;
      position: absolute;
      top: 36px;
      left: -2px;
      z-index: 9999;
      color: #333; }
      .head-search #search-select .action-select li {
        float: left;
        display: block;
        height: 34px;
        width: 60px;
        line-height: 34px;
        padding: 0 10px; }
        .head-search #search-select .action-select li:hover {
          background: #f2f2f2; }
  .head-search input {
    outline: 0px;
    border: 0px; }
  .head-search input#searchtxt {
    width: 307px;
    padding: 5px 10px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    background-color: #fff;
    color: #666666;
    border-left: 1px #c9c9c9 solid; }
  .head-search .search-btn {
    position: absolute;
    right: 0;
    background-color: #019865;
    cursor: pointer;
    width: 120px;
    height: 36px;
    color: #ffffff;
    font-size: 18px; }
  .head-search .search-key {
    background-color: #fff;
    position: absolute;
    border: 1px solid #c9c9c9;
    border-top: none;
    width: 347px;
    left: 80px;
    top: 37px; }
    .head-search .search-key li {
      height: 30px;
      line-height: 30px;
      padding: 0 10px;
      font-size: 14px; }
      .head-search .search-key li a {
        color: #333333;
        display: block; }
      .head-search .search-key li em {
        color: #ec6536; }
      .head-search .search-key li span {
        color: #999; }
      .head-search .search-key li:hover {
        background-color: #f2f2f2; }

.hot-search {
  height: 26px;
  line-height: 26px;
  overflow: hidden; }
  .hot-search span {
    color: #666666; }
  .hot-search a {
    color: #666666;
    margin-right: 10px;
    font-size: 14px; }

.nav-bg {
  line-height: 50px;
  overflow: hidden;
  background-color: #019865; }
  .nav-bg .hm-detail-class {
    width: 200px; }
    .nav-bg .hm-detail-class .class-name {
      padding-left: 10px;
      background: #019865;
      color: white;
      font-size: 14px;
      font-family: '微软雅黑';
      display: inline-block;
      width: 100%;
      position: relative; }
      .nav-bg .hm-detail-class .class-name .icon {
        position: relative;
        width: 20px;
        height: 20px;
        top: 5px;
        left: 100px;
        background-size: 20px;
        background-image: url("../images/Category.png");
        display: inline-block; }
    .nav-bg .hm-detail-class .category-home {
      display: none; }
    .nav-bg .hm-detail-class .category-home.active {
      display: block;
      position: absolute;
      z-index: 99999; }
    .nav-bg .hm-detail-class:hover .category-home {
      display: block;
      position: absolute;
      z-index: 99999; }

.nav {
  background-color: #019865; }
  .nav .item-li {
    float: left; }
  .nav .item {
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 35px 0;
    font-family: '微软雅黑'; }
  .nav .current,
  .nav .on {
    color: #fff;
    background: #00a970;
    position: relative;
    border-bottom: none; }

.footer {
  background-color: #eee;
  border-top: 1px solid #e6e6e6;
  padding: 30px 0 30px; }
  .footer .foot-wapper {
    border-top: 1px solid #ccc;
    padding-top: 10px; }
    .footer .foot-wapper .foot-group .foot-link {
      clear: both;
      text-align: left;
      padding-left: 50px;
      padding-top: 8px;
      overflow: hidden;
      line-height: 34px; }
    .footer .foot-wapper .foot-group .foot-info {
      color: #666666;
      padding-left: 50px;
      width: 660px; }
      .footer .foot-wapper .foot-group .foot-info p {
        line-height: 34px !important; }
    .footer .foot-wapper .code-box .img-weixin img,
    .footer .foot-wapper .code-box .img-app img {
      background: #fff;
      padding: 5px;
      width: 120px;
      height: 110px; }
    .footer .foot-wapper .foot-copyright {
      width: 1000px;
      padding: 20px 0 50px;
      margin: 0 auto; }
      .footer .foot-wapper .foot-copyright p {
        text-align: center;
        font-size: 14px; }

.current {
  height: 40px;
  line-height: 40px;
  font-size: 14px; }
  .current a,
  .current span {
    margin: 0 5px;
    color: #666; }
  .current a:hover {
    color: #ec6536; }

.page {
  margin: 15px; }
  .page li {
    border: 1px solid #e6e6e6;
    color: #666;
    display: inline-block;
    float: left;
    margin: 0 5px 0 0;
    background-color: #f6f6f6; }
    .page li a,
    .page li span {
      display: block;
      padding: 10px 15px; }
  .page .active {
    background-color: #fff;
    border: none; }
    .page .active a {
      color: #019865; }

.vip-pic {
  position: absolute;
  top: -1px;
  right: -2px;
  width: 50px !important;
  height: 50px !important;
  border: 0 !important; }

.supply-list ul {
  width: 1012px; }
  .supply-list ul li {
    width: 240px;
    float: left;
    border: 1px solid #ccc;
    position: relative; }
    .supply-list ul li a {
      display: block; }
    .supply-list ul li .pic-box {
      overflow: hidden;
      width: 240px;
      height: 270px;
      border-bottom: 1px solid #cacaca; }
      .supply-list ul li .pic-box .pic {
        width: 240px;
        height: 270px; }
    .supply-list ul li .vip-pic {
      position: absolute;
      top: -1px;
      right: -2px;
      width: 50px; }
    .supply-list ul li p {
      line-height: 26px;
      height: 26px;
      overflow: hidden;
      padding: 0 10px;
      font-size: 14px; }
.supply-list .tag {
  color: white;
  padding: 4px;
  width: 20px;
  height: 20px;
  background-size: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
  top: 4px; }
  .supply-list .tag.realname {
    background-image: url("../images/realname.gif"); }
  .supply-list .tag.company {
    background-image: url("../images/company.gif"); }
  .supply-list .tag.business {
    background-image: url("../images/business.gif"); }

.supply-list.price-index ul,
.supply-list.shop-index ul,
.supply-list.shop-list ul {
  width: 1212px; }
  .supply-list.price-index ul li,
  .supply-list.shop-index ul li,
  .supply-list.shop-list ul li {
    width: 230px; }
    .supply-list.price-index ul li .pic-box,
    .supply-list.shop-index ul li .pic-box,
    .supply-list.shop-list ul li .pic-box {
      overflow: hidden;
      width: 230px;
      height: 270px;
      border-bottom: 1px solid #cacaca; }
      .supply-list.price-index ul li .pic-box .pic,
      .supply-list.shop-index ul li .pic-box .pic,
      .supply-list.shop-list ul li .pic-box .pic {
        width: 230px;
        height: 270px; }

.tag {
  color: white;
  padding: 4px;
  width: 20px;
  height: 20px;
  background-size: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
  top: 4px; }
  .tag.realname {
    background-image: url("../images/realname.gif"); }
  .tag.company {
    background-image: url("../images/company.gif"); }
  .tag.business {
    background-image: url("../images/business.gif"); }

.more {
  transition: .3s; }
  .more:hover {
    color: #ec6536;
    -webkit-transform: translate(-8px);
    -ms-transform: translate(-8px);
    transform: translate(-8px); }

.offer-btn {
  display: block;
  height: 24px;
  line-height: 24px;
  padding: 0 15px;
  background-color: #ec6536;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  border-radius: 3px; }
  .offer-btn:hover {
    background-color: #ea5420; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ec6536 !important; }

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23EC6536'%2F%3E%3C%2Fsvg%3E") !important; }

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23EC6536'%2F%3E%3C%2Fsvg%3E") !important; }

.s_main_filter {
  background: #f6f6f6;
  height: 44px;
  border: 1px solid #ddd;
  position: relative; }
  .s_main_filter .s_sort {
    display: inline-block;
    float: left;
    width: auto; }
    .s_main_filter .s_sort a {
      display: inline-block;
      height: 44px;
      line-height: 44px;
      position: relative;
      padding: 0 20px;
      text-align: center;
      font-size: 14px;
      color: #666;
      float: left;
      border-right: 1px solid #ddd; }
  .s_main_filter .s_addr {
    float: left;
    margin-left: 45px;
    color: #666;
    margin-top: 7px;
    height: 26px;
    line-height: 26px;
    font-size: 13px; }
    .s_main_filter .s_addr select {
      height: 30px;
      padding: 0;
      width: 80px;
      font-size: 13px;
      border: 1px solid #ccc;
      margin-right: 0; }

/*
*回到顶部
*/
.elevator {
  position: fixed;
  bottom: 100px;
  left: 50%;
  margin-left: 560px;
  z-index: 0;
  border: 1px solid #ccc; }
  .elevator > li {
    width: 26px;
    padding: 7px 20px 5px 20px;
    font-size: 12px;
    line-height: 18px;
    color: #999;
    text-align: center;
    background-color: #f4f4f4;
    display: block;
    cursor: pointer;
    position: relative; }
    .elevator > li .name {
      position: relative;
      top: -5px; }
    .elevator > li:hover {
      background-color: #ec6536;
      text-decoration: none;
      color: #fff; }
      .elevator > li:hover .ele_app_box {
        display: block; }
      .elevator > li:hover .qrcode {
        background-image: url("../images/qrcode-hover.png");
        background-size: 27px;
        background-position: 0; }
      .elevator > li:hover .wechat {
        background-image: url("../images/wechat-hover.png");
        background-size: 27px;
        background-position: 0; }
      .elevator > li:hover .link {
        background-image: url("../images/link-hover.png");
        background-size: 33px;
        background-position: -3px 0; }
      .elevator > li:hover .back-top {
        background-image: url("../images/back-top-hover.png");
        background-size: 21px;
        background-position: 3px 5px; }
    .elevator > li > i {
      font-size: 30px; }
    .elevator > li .qrcode {
      background-image: url("../images/qrcode.gif");
      display: inline-block;
      width: 30px;
      height: 33px;
      background-size: 25px;
      background-repeat: no-repeat;
      background-position: 0; }
    .elevator > li .wechat {
      background-image: url("../images/wechat.gif");
      display: inline-block;
      width: 30px;
      height: 33px;
      background-size: 27px;
      background-repeat: no-repeat;
      background-position: 0; }
    .elevator > li .link {
      background-image: url("../images/link.gif");
      display: inline-block;
      width: 30px;
      height: 33px;
      background-size: 25px;
      background-repeat: no-repeat;
      background-position: 0; }
    .elevator > li .back-top {
      background-image: url("../images/back-top.gif");
      display: inline-block;
      width: 30px;
      height: 33px;
      background-size: 27px;
      background-repeat: no-repeat;
      background-position: 0; }
  .elevator .ele_app .ele_app_box {
    background: #fff;
    width: 160px;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    bottom: 0px;
    right: 65px;
    display: none;
    border: 1px solid #ddd; }
    .elevator .ele_app .ele_app_box li {
      height: 32px;
      line-height: 32px;
      border-bottom: 1px dotted #999;
      text-align: left;
      overflow: hidden; }
      .elevator .ele_app .ele_app_box li:hover span {
        color: #ec6536; }
    .elevator .ele_app .ele_app_box span {
      font-size: 13px;
      color: #999; }
    .elevator .ele_app .ele_app_box i {
      display: inline-block;
      width: 25px;
      height: 25px;
      background-size: 25px;
      background-image: url("../images/phone-icon.jpg");
      position: relative;
      top: 7px; }
    .elevator .ele_app .ele_app_box img {
      width: 140px;
      height: 140px; }

/* advbox */
.advbox {
  width: 1000px;
  margin: 0 auto; }
  .advbox .dt_small {
    width: 1000px; }
  .advbox .dt_big {
    width: 1000px; }
  .advbox .dt_toBig {
    position: absolute;
    left: 50%;
    margin: 5px 0px 0px 440px;
    width: 49px;
    height: 21px;
    background: url("public_showTL_1201.png");
    cursor: pointer; }
  .advbox .dt_toSmall {
    position: absolute;
    left: 50%;
    margin: 5px 0px 0px 440px;
    width: 49px;
    height: 21px;
    background: url("public_closeTL_1201.png");
    cursor: pointer; }

.advertising {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99999999; }
  .advertising .flex-div {
    height: 100%; }
    .advertising .flex-div .img {
      width: 1200px;
      height: 540px;
      background: url("../images/advertising.jpg");
      background-size: cover;
      cursor: pointer;
      margin: 0 auto; }
    .advertising .flex-div .title {
      width: 1000px;
      text-align: center;
      margin: 20px auto;
      position: relative;
      text-align: left; }
      .advertising .flex-div .title .name {
        background: rgba(0, 0, 0, 0.7);
        display: inline-block;
        width: 100px;
        text-align: center;
        line-height: 50px; }
      .advertising .flex-div .title .ad {
        color: "#fff";
        color: #ffffff;
        font-size: 16px; }
    .advertising .flex-div .close {
      width: 50px;
      height: 50px;
      background: url("../images/close .png");
      background-size: cover;
      display: inline-block;
      cursor: pointer;
      position: absolute;
      right: 0; }

/*# sourceMappingURL=common.css.map */
